@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

*{
	margin    : 0;
	padding   : 0;
}

body,html{
	font-family    : 'Roboto Condensed', sans-serif;
  font-size      : 1.1rem;
  height         : 100%;
  width          : 100%;
  background-size: 100% 100%;
  min-height     : 100vh;
}

body {
/*  padding-top: 7rem;*/
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
